home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / var / lib / dpkg / info / libpisock9.postinst < prev    next >
Text File  |  2009-08-26  |  2KB  |  52 lines

  1. #!/bin/sh
  2. set -e
  3. # Automatically added by dh_installudev
  4. if [ "$1" = configure ]; then
  5.     if [ -e "/etc/udev/rules.d/z60_libpisock9.rules" ]; then
  6.         echo "Preserving user changes to /etc/udev/rules.d/40-libpisock9.rules ..."
  7.         if [ -e "/etc/udev/rules.d/40-libpisock9.rules" ]; then
  8.             mv -f "/etc/udev/rules.d/40-libpisock9.rules" "/etc/udev/rules.d/40-libpisock9.rules.dpkg-new"
  9.         fi
  10.         mv -f "/etc/udev/rules.d/z60_libpisock9.rules" "/etc/udev/rules.d/40-libpisock9.rules"
  11.     fi
  12. fi
  13. # End automatically added section
  14. # Automatically added by dh_installudev
  15. if [ "$1" = configure ]; then
  16.     if [ -e "/etc/udev/rules.d/50-libpisock9.rules" ]; then
  17.         echo "Preserving user changes to /etc/udev/rules.d/40-libpisock9.rules ..."
  18.         if [ -e "/etc/udev/rules.d/40-libpisock9.rules" ]; then
  19.             mv -f "/etc/udev/rules.d/40-libpisock9.rules" "/etc/udev/rules.d/40-libpisock9.rules.dpkg-new"
  20.         fi
  21.         mv -f "/etc/udev/rules.d/50-libpisock9.rules" "/etc/udev/rules.d/40-libpisock9.rules"
  22.     fi
  23. fi
  24. # End automatically added section
  25. # Automatically added by dh_installmodules
  26. if [ "$1" = configure ]; then
  27.     if [ -e "/etc/modprobe.d/libpisock9" ]; then
  28.         echo "Preserving user changes to /etc/modprobe.d/libpisock9.conf ..."
  29.         if [ -e "/etc/modprobe.d/libpisock9.conf" ]; then
  30.             mv -f "/etc/modprobe.d/libpisock9.conf" "/etc/modprobe.d/libpisock9.conf.dpkg-new"
  31.         fi
  32.         mv -f "/etc/modprobe.d/libpisock9" "/etc/modprobe.d/libpisock9.conf"
  33.     fi
  34. fi
  35. # End automatically added section
  36. # Automatically added by dh_makeshlibs
  37. if [ "$1" = "configure" ]; then
  38.     ldconfig
  39. fi
  40. # End automatically added section
  41. # Automatically added by dh_installmodules
  42. if [ "$1" = configure ]; then
  43.     if [ -e "/etc/modprobe.d/libpisock9" ]; then
  44.         echo "Preserving user changes to /etc/modprobe.d/libpisock9.conf ..."
  45.         if [ -e "/etc/modprobe.d/libpisock9.conf" ]; then
  46.             mv -f "/etc/modprobe.d/libpisock9.conf" "/etc/modprobe.d/libpisock9.conf.dpkg-new"
  47.         fi
  48.         mv -f "/etc/modprobe.d/libpisock9" "/etc/modprobe.d/libpisock9.conf"
  49.     fi
  50. fi
  51. # End automatically added section
  52.